home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / bash / bash_108 / bash-108.zoo / st-bash-src / ChangeLog next >
Encoding:
Text File  |  1991-08-21  |  2.1 KB  |  48 lines

  1. bashline.c:    (sjk)++ remove hostname/mail references on the Atari ST.
  2.                (sjk)++ add sys/times.h on an Atari ST
  3.  
  4. builtins.c:    (sjk)++ adjust MAXPATHLEN definition on the Atari ST. 
  5.                (sjk)++ if on an Atari ST give ?:/ a chance in a "cd ?:/"
  6.                (sjk)++ adjust times builtin for Atari ST
  7.  
  8. execute_cmd.c: (sjk)++ add checking of extensions {.tos/.ttp/.prg} on
  9.                external commands and Alias'.
  10.                (sjk)++ added flush_key_buff in the parent fork() 
  11.                directly after the child returns. this forces 
  12.                any keyboard input type during the execution
  13.                of the external command to be sent to the shell.
  14.  
  15. general.c:     (sjk)++ we remove the call to make stdin a noblocking stream.
  16.                (sjk)++ adjust the MAXPATHLEN on the Atari ST.
  17.  
  18. mailcheck.c:   (sjk)++ remove all host/mail references on the Atari ST.
  19.  
  20. nojobs.c:      (sjk)++ remove all host/mail references on the Atari ST.
  21.                (sjk)++ make siginterrupt() a NULL code on the Atari ST.
  22.                (sjk)++ define ECHILD to be an unknown/general ERROR 
  23.                code for the Atari ST.
  24.                (sjk)++ attach the terminal to CON: on the Atari ST.
  25.                (sjk)++ set the terminal parameters ala USG if on an Atari ST.
  26.  
  27. parse.y:       (sjk)++ on the ST use read_console_byte instead of getc.
  28.  
  29. shell.c:       (sjk)++ catch is defined in setjmp.h on the Atari ST.
  30.                (sjk)++ set the default unixmode as we cannot assume that 
  31.                the variable is when Bash is first run.
  32.                (sjk)++ remove all host/mail code on the Atari ST
  33.                (sjk)++ remove interative timeout on the Atari ST
  34.                (sjk)++ force some signal stuff to be like USG
  35.  
  36. shell.h:       (sjk)++ catch is defined in setjmp.h on the Atari ST.
  37.  
  38. subst.c:       (sjk)++ remove all host/mail references on the Atari ST
  39.  
  40. trap.c:        (sjk)++ NO BSD type signals on the Atari ST
  41.  
  42. variables.c    (sjk)++ remove all mail references on the Atari ST 
  43.                (sjk)++ we set some default environment variables, provided
  44.                they are not already in the environment.
  45.  
  46. Release version 1.
  47.  
  48.